Search
FunctionSeries Constructor
See Also
 






Initializes a new instance of the FunctionSeries class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public FunctionSeries (
    Function<Double, Double> expression,
    int size,
    double maxX
)

 Parameters

expression

A functional interface or lambda expression that implements the function to plot.

size

An integer value specifying the number of values to calculate.

maxX

A double-precision number specifying the maximum value of function range.

 See Also